From: Malcolm Priestley Date: Mon, 21 Jul 2014 21:40:47 +0000 (+0100) Subject: staging: vt6656: usbpipe.c clean up USB_CTL_WAIT X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6194^2~358 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b24351791c763600433e72a2e98677a572bdd05b;p=linux-4.9.git staging: vt6656: usbpipe.c clean up USB_CTL_WAIT Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c index aeef7ae72f81..7b050ba92504 100644 --- a/drivers/staging/vt6656/usbpipe.c +++ b/drivers/staging/vt6656/usbpipe.c @@ -45,7 +45,7 @@ #include "device.h" #include "usbpipe.h" -#define USB_CTL_WAIT 500 //ms +#define USB_CTL_WAIT 500 /* ms */ int vnt_control_out(struct vnt_private *priv, u8 request, u16 value, u16 index, u16 length, u8 *buffer)